home *** CD-ROM | disk | FTP | other *** search
- ; Date: Tue, 20 Jan 87 21:33 EST
- ; From: <BRIAN@UOFT02.BITNET> (brian nelson)
- ; Subject: 'new' rb kermit, making prev and next screen keys work with editors
- ; To: sy.fdc@cu20b
- ;
- Set Terminal VT220
- Set Terminal Function-keys VT220-type
- Set Terminal Eightbit-mode ON
- Set Terminal Auto-xon ON
- Set Terminal Line-monitor OFF
- Set Terminal Monitor-style Video-only
- Set Terminal Save-screen ON
- Set Terminal Special-functions Disabled
-
- Set Key Scan 4355 ; Print Screen key - Function: Print Screen
- \000
-
- Set Key Scan 5379 ; Ctrl/Print Screen Key - Function: Toggle Print Recv Char
- \012
-
- Set Key Scan 4869 ; Shift/F4 Key - Function: Kermit Push to MS-DOS
- \064
-
- Set Key Scan 5381 ; Ctrl/F4 Key - Function: Kermit Close (prompt)
- \062
-
- Set Key Scan 5893 ; Shift/Ctrl/F4 Key - Function: Kermit Exit to MS-DOS
- \067
-
- Set Key Scan 4453 ; F5-Break Key - Function: Send Break
- \007
-
- Set Key Scan 5477 ; Ctrl/F5-Break Key - Function: Send Break (long)
- \010
-
- Set Key Scan 4864 ; Shift/F15-Help Key - Function: Connect Mode Help (menu)
- \061
-
- Set Key Scan 5376 ; Ctrl/F15-Help Key - Function: Kermit Command Menu
- \063
-
- Set Key Scan 5888 ; Shift/Ctrl/F15-Help Key - Function: Toggle Monitor Mode
- \031
-
- Set Key Scan 4865 ; Shift/F16-Do Key - Function: Dump Screen to Disk
- \001
-
- Set Key Scan 5377 ; Ctrl/F16-Do Key - Function: Dump Screen to Disk
- \001
-
- Set Key Scan 4387 ; Prev Screen Key - Function: View Prev Screen (scroll)
- \002
-
- Set Key Scan 5411 ; Ctrl/Prev Screen Key - Function: View Prev Line (scroll)
- \004
-
- Set Key Scan 4389 ; Next Screen Key - Function: View Next Screen (scroll)
- \003
-
- Set Key Scan 4901 ; Shift/Next Screen Key - Function: View Screen Bottom
- \006
-
- Set Key Scan 5413 ; Ctrl/Next Screen Key - Function: View Next Line (scroll)
- \005
-
- Set Key Scan 4903 ; Shift/Up-Arrow Key - Function: View Prev Line (scroll)
- \004
-
- Set Key Scan 5415 ; Ctrl/Up-Arrow Key - Function: View Prev Screen (scroll)
- \002
-
- Set Key Scan 4905 ; Shift/Down-Arrow Key - Function: View Next Line (scroll)
- \005
-
- Set Key Scan 5417 ; Ctrl/Down-Arrow Key - Function: View Next Screen (scroll)
- \003
-
- Set Key Scan 4907 ; Shift/Right-Arrow Key - Function: View Screen Bottom
- \006
-
- Set Key Scan 4950 ; Shift/Keypad Enter Key - Function: Print Screen
- \000
-
- Set Key Scan 5462 ; Ctrl/Keypad Enter Key - Function: Toggle Print Recv Char
- \012
-
- set key scan 291 ;
- \33\133\65\176
-
- set key scan 293 ;
- \33\133\66\176
-